home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12062 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  959 b 

  1. Path: news.interpath.net!softbase
  2. From: softbase@mercury.interpath.com (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: string search?
  5. Date: 28 Mar 1996 17:59:20 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4jek1o$d0d@news.interpath.net>
  8. References: <4jc6ae$eol@voyager.eng.gulfaero.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Van Swofford (swofford@voyager.eng.gulfaero.com) wrote:
  13.  
  14. : The Microsoft C documentation indicates that strstr is ANSI compliant,
  15. : but not available under UNIX.
  16.  
  17. But this depends on the context in which "UNIX" is being used --
  18. the functions described as UNIX are ones typically available
  19. on UNIX but not in ANSI C, but which MS C implements anyway. The ANSI
  20. C functions are assumed to be available in any ANSI implementation,
  21. including those on UNIX, so "UNIX" is really a sub-set of non-ANSI
  22. UNIX specific functions.
  23.  
  24. Scott
  25.  
  26.